type github.com/refraction-networking/utls.pskIdentity
11 uses
github.com/refraction-networking/utls (current package)
common.go#L179: type pskIdentity struct {
handshake_client.go#L536: identity := pskIdentity{
handshake_client.go#L540: hello.pskIdentities = []pskIdentity{identity}
handshake_messages.go#L97: pskIdentities []pskIdentity
handshake_messages.go#L676: var psk pskIdentity
u_public.go#L668: type pskIdentities []pskIdentity
u_public.go#L678: func (PSS PskIdentities) ToPrivate() []pskIdentity {
u_public.go#L679: var pss []pskIdentity
u_public.go#L681: pss = append(pss, pskIdentity{label: PS.Label, obfuscatedTicketAge: PS.ObfuscatedTicketAge})
u_session_controller.go#L166: func (s *sessionController) initPskExt(session *SessionState, earlySecret *tls13.EarlySecret, binderKey []byte, pskIdentities []pskIdentity) {
u_session_controller.go#L176: publicPskIdentities := mapSlice(pskIdentities, func(private pskIdentity) PskIdentity {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |